Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / ObjectCache<T> Class
Members


In This Topic
    ObjectCache<T> Class
    In This Topic
    Syntax
    'Declaration
     
    Public MustInherit Class ObjectCache(Of T As Class) 
       Implements System.IDisposable 
    'Usage
     
    Dim instance As ObjectCache(Of T)
    public abstract class ObjectCache<T> : System.IDisposable  
    where T: class
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Xceed.SSH.Core.ObjectCache<T>
          Xceed.SSH.Core.GenericObjectCache<T>

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also